I believe the only time you need the "dxl:" is when specifying the element names. Once you have selected the element, you can access the attributes with out the namespace prefix.
If you remove
xmlns:dxl="http://www.lotus.com/dxl", you should not need the dxl prefix on any dxl elements.
Let me know if any of this helps.